3.6 \(\int \pi \, dx\)

Optimal. Leaf size=3 \[ \pi x \]

[Out]

Pi*x

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 3, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 1, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 1.000, Rules used = {8} \[ \pi x \]

Antiderivative was successfully verified.

[In]

Int[Pi,x]

[Out]

Pi*x

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rubi steps

\begin {align*} \int \pi \, dx &=\pi x\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 3, normalized size = 1.00 \[ \pi x \]

Antiderivative was successfully verified.

[In]

Integrate[Pi,x]

[Out]

Pi*x

________________________________________________________________________________________

fricas [A]  time = 0.38, size = 3, normalized size = 1.00 \[ \pi x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(pi,x, algorithm="fricas")

[Out]

pi*x

________________________________________________________________________________________

giac [A]  time = 0.84, size = 3, normalized size = 1.00 \[ \pi x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(pi,x, algorithm="giac")

[Out]

pi*x

________________________________________________________________________________________

maple [A]  time = 0.00, size = 4, normalized size = 1.33 \[ \pi x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(Pi,x)

[Out]

Pi*x

________________________________________________________________________________________

maxima [A]  time = 0.43, size = 3, normalized size = 1.00 \[ \pi x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(pi,x, algorithm="maxima")

[Out]

pi*x

________________________________________________________________________________________

mupad [B]  time = 0.00, size = 3, normalized size = 1.00 \[ \Pi \,x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(Pi,x)

[Out]

Pi*x

________________________________________________________________________________________

sympy [A]  time = 0.01, size = 2, normalized size = 0.67 \[ \pi x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(pi,x)

[Out]

pi*x

________________________________________________________________________________________